{strip} {assign var=market_not_empty value=1} {assign var=products_count value=$this->myProductsCount()}
{str_replace("%s","\"$key\"",$this->lang['Products_result_market_search'])}
Cancel
   
{foreach $query as $product} {assign var="author" value=$this->getUserDetails($product.userid)} {assign var=is_favorite value=$this->itemIsFavorite($product.id)} {assign var="mutual_friends_c" value=$this->getMutualFriends($author.id,1,1)} {assign var="edit_product" value=0} {if $product.userid === $this->USER['id']} {assign var="edit_product" value=1} {/if}
{if $this->USER.id != $author.id}
{/if}
{$product.product_location}
{$product.price} {$this->settings['MARKETPLACE_CURRENCY']}
{$product.product_location}
{$author.fullname} {if $mutual_friends_c > 0}{/if}
{$this->time_elapsed($product.added)}
{foreachelse}
{str_replace("%s","\"{$key}\"",$this->lang['market_search_res_empty'])}
{assign var=market_not_empty value=0} {/foreach}
{if $market_not_empty && count($query) >= $limit} {/if}
{/strip}